/* footer */
footer {
    margin: auto;
    max-width: 1920px;
    height: 382px;
    background: url(../images/footer.png);
}

.footerMid {
    position: relative;
    margin: auto;
    max-width: 1250px;
}

footer .top {
    display: flex;
    align-items: center;
    height: 98px;
    width: 100%;
    border-bottom: 1px solid #47637a;
}

footer .top ul {
    display: flex;
}

footer .top ul li {
    padding: 0 25px;
    border-right: 1px solid #4c5e6d;
}

footer .top ul li:first-child {
    padding-left: 0;
}

footer .top ul li:last-child {
    border: none;
}

footer .top ul li a {
    color: #fff;
}

footer .top ul li a:hover {
    color: #008889;
}

footer .link {
    padding:42px 0;
    color: #fff;
}

footer .link a {
    padding-right: 10px;
    color: #fff;
}

footer .link a:hover {
    color: #008889;
}

footer p {
    margin-bottom: 20px;
    color: #fff;
}

.footerMid>.img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 170px;
    height: 170px;
}

.footerMid>.img img {
    display: block;
    width: 170px;
    height: 170px;
}